This section describes functions you use to control the importation of MIDI files.
You use the MIDIImportGetSettings function to get settings that control the importation of MIDI files.
pascal ComponentResult MIDIImportGetSettings (
TextExportComponent ci,
long *setting);
You use the MIDIImportGetSettings function to set settings that control the importation of MIDI files.
pascal ComponentResult MIDIImportSetSettings (
TextExportComponent ci,
long setting);